Welcome![Sign In][Sign Up]
Location:
Search - udp linux

Search list

[Internet-NetworkUDP

Description: linux系统开发移植中网络编程中UDP开发编程源程序,-linux system development transplantation UDP network programming in the development of programming source code,
Platform: | Size: 2048 | Author: 夏冬雪 | Hits:

[Internet-NetworkUDP

Description: 基于linux网络C语言编程-UDP组播-Linux-based network of C language programming-UDP Multicast
Platform: | Size: 2048 | Author: jay | Hits:

[Internet-Networksocket

Description: Linux下C++ Socket类,包括TCP,、UDP这两种基本协议。 -Linux under the C++ Socket categories, including TCP,, UDP both basic agreement.
Platform: | Size: 1024 | Author: 小强 | Hits:

[Embeded Linuxlan-test

Description: 用于测试uclinux嵌入式系统以太网UDP方式的发送速度,用于多媒体数据的发送-UClinux embedded system for testing the way Ethernet UDP send rate, used for multimedia data sent
Platform: | Size: 1024 | Author: andrity zhang | Hits:

[Otherudplite_linux.tar

Description: udp-lite for upd lite linux kernel
Platform: | Size: 536576 | Author: joe | Hits:

[Internet-Networkudp

Description: UDP回送程序 客户机向服务器发送数据,服务器将字符串回转后,返向发送
Platform: | Size: 7168 | Author: hh | Hits:

[TCP/IP stacksocket

Description: 这个是一个在linux平台下的一个socket服务端与客户端的一两个程序,基于的是UDP数据报协议的无连接socket-This is a linux platform in a socket server and client program 12, is based on UDP Datagram Protocol without connecting socket
Platform: | Size: 1024 | Author: TK | Hits:

[Internet-Networkudp_server

Description: UDP服务器端数据传输,是在LINUX下使用C语言进行编程-UDP server-side data transmission, is in LINUX using C programming language
Platform: | Size: 1024 | Author: cuilin | Hits:

[Internet-NetworkLinuxSocket

Description: linux下套接字源码,可以进行图像文件传输-linux-source under the socket, you can image file transfer
Platform: | Size: 2048 | Author: zll | Hits:

[uCOSUDP

Description: 数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标准.最终POSIX的那帮家伙找到了解决的办法,那就是创造了一个新的类型"socklen_t".Linux Torvalds说这是由于他们发现了自己的错误但又不好意思向大家伙儿承认,所以另外创造了一个新的数据类型.-Data type
Platform: | Size: 1024 | Author: tianjian | Hits:

[Othernormal_test_using_system_timer

Description: 本文件中主要包括两部分,其中一部分是使用vc++里的系统时间函数测试比较文件从磁盘导入内存和内存拷贝文件的时间区别,也测试比较了常用存储结构的操作性能,第二部分就是在linux系统下,使用linux系统时间函数测试在局域网内分别使用tcp和udp协议传输不同大小文件的时间开销,并做了简单分析。文件内还包括了比较详细的说明文档和测试数据及分析!开发语言是c语言。-This paper mainly include two parts, one of which is the use of vc++ System function of time in the test file from disk into memory and memory copy time difference test is also commonly used storage structure performance, and the second part is the linux system, linux system using the time function tests were used in the LAN tcp and udp protocol transmission time for different sizes of paper money, and make a simple analysis. Paper also includes a more detailed description of documents and test data and analysis! The development of language is the c language.
Platform: | Size: 43008 | Author: 赵成军 | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | Hits:

[Internet-Networkfile_transfer

Description: linux 网络编程 c C++ UDP tcp -linux network programming c C++ UDP tcp
Platform: | Size: 22528 | Author: uleone | Hits:

[Linux-Unixudp

Description: Linux/UNIX网络通信中UDP通信的服务器和客服端之间的通信。-Linux/UNIX Network Communication UDP communication between server and client customer service communications.
Platform: | Size: 1024 | Author: luofei | Hits:

[Linux-Unixlinux_udp

Description: linux udp编程,里面含有编程代码,用于UDP广播方面-linux udp programming, which contains the programming code for UDP broadcasting
Platform: | Size: 24576 | Author: lhl | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Internet-Networklinux

Description: linux下模拟udp的泛洪攻击,类似trinoo和udp flooder-udp dos attack
Platform: | Size: 1024 | Author: delta | Hits:

[Otherlinux-usb-hub

Description: Linux hub的源码分析,很不错的pdf!-Linux hub of source analysis, it is a good pdf!
Platform: | Size: 1273856 | Author: 沈先生 | Hits:

[Internet-Networkudpsocket

Description: linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
Platform: | Size: 1024 | Author: 白鸽 | Hits:

[Linux-UnixLinux_NetProgram

Description: Linux下的网络编程 对TCP—UDP的网络编程进行了详细说明,并包含代码-The file is about the network programming under the linux system. It includes the detail description of network programming and the source code sample
Platform: | Size: 50176 | Author: 强强 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net